func reflect.isRegularMemory
5 uses
reflect (current package)
type.go#L2298: func isRegularMemory(t Type) bool {
type.go#L2302: if isRegularMemory(elem) {
type.go#L2318: return isRegularMemory(field.Type)
type.go#L2322: if field.Name == "_" || !isRegularMemory(field.Type) || isPaddedField(t, i) {
type.go#L2636: if isRegularMemory(toType(&typ.Type)) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |